home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2002 September / PCpro_2002_09.ISO / cdstart.exe / scripts / DefineButton2_142 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2002-05-04  |  69 b   |  5 lines

  1. on(release){
  2.    getUrl("index.htm", "");
  3.    fscommand("quit");
  4. }
  5.